home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / wp / pmplus20.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-02-01  |  6KB  |  94 lines

  1. ECHO OFF
  2. CLS
  3. Echo ┌─────────────────────────────────────────────────────────────────────────────┐
  4. Echo │                P i r a n h a    M a i l    P l u s    2 . 0                 │
  5. Echo ├─────────────────────────────────────────────────────────────────────────────┤
  6. Echo │                                                                             │
  7. Echo │ This installation routine installs Piranha Mail Plus onto drive C:  of your │
  8. Echo │ hard disk.  If you wish to have the program installed on a drive other than │
  9. Echo │ drive C:, modify the file INSTALL.BAT as necessary, and re run this install │
  10. Echo │ program. If you have about 1 Meg. of hard disk space available on drive C:, │
  11. Echo │ and wish  to install Piranha Mail Plus into a subdirectory named  PMP, then │
  12. Echo │ answer Y to the next question; otherwise, answer 'N' to the next question:  │
  13. Echo │                                                                             │
  14. Echo └─────────────────────────────────────────────────────────────────────────────┘
  15. Echo  
  16. Ask Do you want to install Piranha Mail Plus on drive C:? YN
  17. If ErrorLevel 255 Goto Term
  18. If ErrorLevel 2 Goto Term
  19. CLS
  20. Echo ┌─────────────────────────────────────────────────────────────────────────────┐
  21. Echo │                P i r a n h a    M a i l    P l u s    2 . 0                 │
  22. Echo ├─────────────────────────────────────────────────────────────────────────────┤
  23. Echo │                                                                             │
  24. Echo │ Installing Piranha Mail Plus, Version 2.0  Please be patient.               │
  25. Echo │                                                                             │
  26. Echo └─────────────────────────────────────────────────────────────────────────────┘
  27. Echo  
  28. C:
  29. CD\
  30. MD\PMP
  31. CD\PMP
  32. COPY A:\ASK.COM
  33. A:PMP.EXE
  34. COPY PMP.BAT C:\
  35. CLS
  36. Echo ┌─────────────────────────────────────────────────────────────────────────────┐
  37. Echo │                P i r a n h a    M a i l    P l u s    2 . 0                 │
  38. Echo ├─────────────────────────────────────────────────────────────────────────────┤
  39. Echo │                                                                             │
  40. Echo │ Basic installation of Piranha Mail Plus is complete.                        │
  41. Echo │                                                                             │
  42. Echo │ Since Piranha Mail Plus doesn't scan your CONFIG.SYS file, we don't know if │
  43. Echo │ you have enough FILES available for Piranha Mail Plus to operate correctly. │
  44. Echo │                                                                             │
  45. Echo │ If you are unsure of the number of FILES in your CONFIG.SYS file, or you    │
  46. Echo │ know that the number of FILES is less than 25, answer 'Y' to the next       │
  47. Echo │ question.  If you have no idea what magic the CONFIG.SYS file performs,     │
  48. Echo │ then you should also answer 'Y' to the next question.                       │
  49. Echo │                                                                             │
  50. Echo └─────────────────────────────────────────────────────────────────────────────┘
  51. Echo  
  52. Ask Would you like Piranha Mail Plus to update your CONFIG.SYS file? YN
  53. If ErrorLevel 255 Goto Thanks
  54. If ErrorLevel 2 Goto Thanks
  55. COPY C:\CONFIG.SYS+CONFIG.PMP C:\CONFIG.SYS
  56. Goto Thanks
  57. CLS
  58. :Term
  59. Cls
  60. Echo ┌─────────────────────────────────────────────────────────────────────────────┐
  61. Echo │                P i r a n h a    M a i l    P l u s    2 . 0                 │
  62. Echo ├─────────────────────────────────────────────────────────────────────────────┤
  63. Echo │                                                                             │
  64. Echo │ Installation Abandoned.                                                     │
  65. Goto End
  66. :Thanks
  67. Cls
  68. Echo ┌─────────────────────────────────────────────────────────────────────────────┐
  69. Echo │                P i r a n h a    M a i l    P l u s    2 . 0                 │
  70. Echo ├─────────────────────────────────────────────────────────────────────────────┤
  71. Echo │                                                                             │
  72. Echo │ Installation complete.  To  begin use of the  Piranha Mail Plus,  go to the │
  73. Echo │ root  directory of  your hard disk,  and enter  the following from  the DOS │
  74. Echo │ prompt:                                                                     │
  75. Echo │                                                                             │
  76. Echo │ PMP                                                                         │
  77. Echo │                                                                             │
  78. Echo │ and press Enter.  In a few seconds,  the program will load and  you will be │
  79. Echo │ able to manage your mailing lists from now on.  Thank you for your interest │
  80. Echo │ in the many fine products from Piranha Ware.                                │
  81. Goto End
  82. :End
  83. Echo │                                                                             │
  84. Echo │ Please  see the documentation for details on  our conversion utility called │
  85. Echo │ Piranha Mail Plus 'Abandon Ship',   that converts files  from other mailing │
  86. Echo │ list managers, as well as dBASE III/IV files, into Piranha Mail Plus files. │
  87. Echo │ Available FREE of charge, just for the asking.                              │
  88. Echo │                                                                             │
  89. Echo ├─────────────────────────────────────────────────────────────────────────────┤
  90. Echo │ Piranha Ware     3584 Highway 31 South      Suite 118     Pelham, AL  35124 │
  91. Echo │ Voice: 205-664-8670           Fax: 205-664-3525         Voice: 205-664-8672 │
  92. Echo └─────────────────────────────────────────────────────────────────────────────┘
  93. Echo  
  94.